This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
class ABMulti | ||||
class, Addressbook | Di, 6. Aug 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
A class for handling a multi value. | ||||
Notes:
Requires Mac OS X 10.2. | ||||
Clone as ABMulti | ||||
method, Addressbook | Di, 6. Aug 2002 | |||
Mac OS Classic: -> nil. | Mac OS Carbon: Works. | Windows: -> nil. | ||
Function:
Returns a deep copy of thie ABMulti. | ||||
Notes:
Requires Mac OS X 10.2. | ||||
Count as integer | ||||
method, Addressbook | Di, 6. Aug 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
How many objects are in this array? | ||||
Notes:
Requires Mac OS X 10.2. | ||||
Edit as ABMutableMulti | ||||
method, Addressbook | Di, 6. Aug 2002 | |||
Mac OS Classic: -> nil. | Mac OS Carbon: Works. | Windows: -> nil. | ||
Function:
Returns an editable copy of this ABMulti. | ||||
Notes:
Requires Mac OS X 10.2. | ||||
Identifier(index as integer) as CFString | ||||
method, Addressbook | Di, 6. Aug 2002 | |||
Mac OS Classic: -> nil. | Mac OS Carbon: Works. | Windows: -> nil. | ||
Function:
Returns the identifier with the given index. | ||||
Notes:
Index starts at 0. Requires Mac OS X 10.2. | ||||
IndexForIdentifier(id as CFString) as integer | ||||
method, Addressbook | Di, 6. Aug 2002 | |||
Mac OS Classic: -> 0. | Mac OS Carbon: Works. | Windows: -> 0. | ||
Function:
Returns the index for the identifier. | ||||
Notes:
Index starts at 0. Requires Mac OS X 10.2. | ||||
Label(index as integer) as CFString | ||||
method, Addressbook | Di, 6. Aug 2002 | |||
Mac OS Classic: -> nil. | Mac OS Carbon: Works. | Windows: -> nil. | ||
Function:
Returns label with the given index. | ||||
Notes:
Index starts at 0. Requires Mac OS X 10.2. | ||||
PrimaryIdentifier as CFString | ||||
method, Addressbook | Di, 6. Aug 2002 | |||
Mac OS Classic: -> nil. | Mac OS Carbon: Works. | Windows: -> nil. | ||
Function:
Returns the ID of the primary object. | ||||
Notes:
Requires Mac OS X 10.2. | ||||
Value(index as integer) as CFObject | ||||
method, Addressbook | Di, 6. Aug 2002 | |||
Mac OS Classic: -> nil. | Mac OS Carbon: Works. | Windows: -> nil. | ||
Function:
Returns value with the given index. | ||||
Notes:
Index starts at 0. Requires Mac OS X 10.2. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.